home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
channel.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
415b
|
26 lines
/*
* Channel.ifx
* Select which of the three channels to operate on
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Settings=GetClip("ImpChannelParameters"SeqNum);
if (Settings="") then do
RequestNotify "ImpChannelParameters invalid in ImpChannel.ifx"
return 20
End
Parse Var Settings R G B
Str=""
if (R=1) then Str="R"
if (G=1) then Str=Str||"G"
if (B=1) then Str=Str||"B"
Channel Str